NGenericINCollectionDataTable<T> Class Methods
In This Topic
For a list of all members of this type, see NGenericINCollectionDataTable<T> members.
Public Methods
| | Name | Description |
 | ListGetAt | Overridden. Gets the list object at the specified index. |
Top
Protected Methods
| | Name | Description |
 | ListCount | Overridden. Gets the number of items in the list. |
 | ListInsertAt | Overridden. Inserts the list object at the specfied index. |
 | ListRemoveAll | Overridden. Removes all list items. |
 | ListRemoveAt | Overridden. Removes the list object at the specfied index. |
Top
See Also